home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NBC Slam Jams!
/
NBC Slam Jams!.iso
/
nbademo.exe
/
CABFILE
/
IDR_CABFILE
/
Data
/
UIScript
/
InGame
/
USERCONT.UI
< prev
Wrap
Text File
|
1999-05-06
|
52KB
|
1,885 lines
"2D\Overlays\UserCont"
//********************************
// Data Container
//********************************
DataContainer {
String "InGameUserControlDragControlID" {InitialValue " ";};
Int "InGameUserControlDragControlNum" {InitialValue -1;};
Int "InGameCustomizeButton" {
Button "InGameUserControlCustomize";
InitialValue 0;
};
Int "InGameUserControlHomeAutoRoleMan1ButtonFlags" {
DBButton "InGameUserControlAutoManualRoleHome1";
InitialValue 5;
};
Int "InGameUserControlHomeAutoRoleMan2ButtonFlags" {
DBButton "InGameUserControlAutoManualRoleHome2";
InitialValue 5;
};
Int "InGameUserControlHomeAutoRoleMan3ButtonFlags" {
DBButton "InGameUserControlAutoManualRoleHome3";
InitialValue 5;
};
Int "InGameUserControlHomeAutoRoleMan4ButtonFlags" {
DBButton "InGameUserControlAutoManualRoleHome4";
InitialValue 5;
};
Int "InGameUserControlHomeAutoRoleMan5ButtonFlags" {
DBButton "InGameUserControlAutoManualRoleHome5";
InitialValue 5;
};
Int "InGameUserControlAwayAutoRoleMan1ButtonFlags" {
DBButton "InGameUserControlAutoManualRoleAway1";
InitialValue 5;
};
Int "InGameUserControlAwayAutoRoleMan2ButtonFlags" {
DBButton "InGameUserControlAutoManualRoleAway2";
InitialValue 5;
};
Int "InGameUserControlAwayAutoRoleMan3ButtonFlags" {
DBButton "InGameUserControlAutoManualRoleAway3";
InitialValue 5;
};
Int "InGameUserControlAwayAutoRoleMan4ButtonFlags" {
DBButton "InGameUserControlAutoManualRoleAway4";
InitialValue 5;
};
Int "InGameUserControlAwayAutoRoleMan5ButtonFlags" {
DBButton "InGameUserControlAutoManualRoleAway5";
InitialValue 5;
};
DBEBContentProvider "InGameUserControlAutoManualRoleHome1" {
DBButton "InGameUserControlAutoManualRoleHome1";
Database "Controls";
Format {
String Field "szManualAutoRolePlay";
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 0;
Restrict Int Field "nTeam" Equals 0;
};
};
DBEBContentProvider "InGameUserControlAutoManualRoleHome2" {
DBButton "InGameUserControlAutoManualRoleHome2";
Database "Controls";
Format {
String Field "szManualAutoRolePlay";
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 1;
Restrict Int Field "nTeam" Equals 0;
};
};
DBEBContentProvider "InGameUserControlAutoManualRoleHome3" {
DBButton "InGameUserControlAutoManualRoleHome3";
Database "Controls";
Format {
String Field "szManualAutoRolePlay";
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 2;
Restrict Int Field "nTeam" Equals 0;
};
};
DBEBContentProvider "InGameUserControlAutoManualRoleHome4" {
DBButton "InGameUserControlAutoManualRoleHome4";
Database "Controls";
Format {
String Field "szManualAutoRolePlay";
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 3;
Restrict Int Field "nTeam" Equals 0;
};
};
DBEBContentProvider "InGameUserControlAutoManualRoleHome5" {
DBButton "InGameUserControlAutoManualRoleHome5";
Database "Controls";
Format {
String Field "szManualAutoRolePlay";
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 4;
Restrict Int Field "nTeam" Equals 0;
};
};
DBEBContentProvider "InGameUserControlAutoManualRoleAway1" {
DBButton "InGameUserControlAutoManualRoleAway1";
Database "Controls";
Format {
String Field "szManualAutoRolePlay";
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 0;
Restrict Int Field "nTeam" Equals 1;
};
};
DBEBContentProvider "InGameUserControlAutoManualRoleAway2" {
DBButton "InGameUserControlAutoManualRoleAway2";
Database "Controls";
Format {
String Field "szManualAutoRolePlay";
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 1;
Restrict Int Field "nTeam" Equals 1;
};
};
DBEBContentProvider "InGameUserControlAutoManualRoleAway3" {
DBButton "InGameUserControlAutoManualRoleAway3";
Database "Controls";
Format {
String Field "szManualAutoRolePlay";
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 2;
Restrict Int Field "nTeam" Equals 1;
};
};
DBEBContentProvider "InGameUserControlAutoManualRoleAway4" {
DBButton "InGameUserControlAutoManualRoleAway4";
Database "Controls";
Format {
String Field "szManualAutoRolePlay";
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 3;
Restrict Int Field "nTeam" Equals 1;
};
};
DBEBContentProvider "InGameUserControlAutoManualRoleAway5" {
DBButton "InGameUserControlAutoManualRoleAway5";
Database "Controls";
Format {
String Field "szManualAutoRolePlay";
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 4;
Restrict Int Field "nTeam" Equals 1;
};
};
String "InGameUserControlDragControlImageName" {
DragItem "InGameUserControlControlDrag";
InitialValue " ";
};
DBLBContentProvider "InGameUserControlListBox" {
UserControlSEListBox "InGameUserControl";
Database "Controls";
InitialValue {
Restrict Int Field "nPlayerID" Equals -1;
};
};
DBEBContentProvider "InGameUserControlGamepad" {
DBButton "InGameUserControlGamePad";
Database "Controls";
Format {
String Field "szControlText";
};
InitialValue {
Restrict String Field "szControlTypeUI" Equals "Gamepad";
Restrict Int Field "nControlNum" Equals 1;
};
};
DBEBContentProvider "InGameUserControlKeyboard" {
DBButton "InGameUserControlKeyboard";
Database "Controls";
Format {
String Field "szControlText";
};
InitialValue {
Restrict String Field "szControlTypeUI" Equals "Keyboard";
Restrict Int Field "nControlNum" Equals 1;
};
};
DBEBContentProvider "InGameUserControlMouse" {
DBButton "InGameUserControlMouse";
Database "Controls";
Format {
String Field "szControlText";
};
InitialValue {
Restrict String Field "szControlTypeUI" Equals "Mouse";
Restrict Int Field "nControlNum" Equals 1;
};
};
DBEBContentProvider "InGameUserControlJoystick" {
DBButton "InGameUserControlJoystick";
Database "Controls";
Format {
String Field "szControlText";
};
InitialValue {
Restrict String Field "szControlTypeUI" Equals "Joystick";
Restrict Int Field "nControlNum" Equals 1;
};
};
DBEBContentProvider "InGameUserControlControlDrag" {
DragItem "InGameUserControlControlDrag";
Database "Controls";
Format {
String Field "szControlText";
};
InitialValue {
Restrict String Field "szControlTypeUI" Equals " " LinkedToData "InGameUserControlDragControlID";
Restrict Int Field "nControlNum" Equals -1 LinkedToData "InGameUserControlDragControlNum";
};
};
DBEBContentProvider "InGameUserControlHomeControl1" {
ControlDropItem "InGameUserControlHomeControl1";
Database "Controls";
Format {
String Field "szControlTypeUI";
Int Field "nUID" Tab;
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 0;
Restrict Int Field "nTeam" Equals 0;
};
};
DBEBContentProvider "InGameUserControlHomeControl2" {
ControlDropItem "InGameUserControlHomeControl2";
Database "Controls";
Format {
String Field "szControlTypeUI";
Int Field "nUID" Tab;
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 1;
Restrict Int Field "nTeam" Equals 0;
};
};
DBEBContentProvider "InGameUserControlHomeControl3" {
ControlDropItem "InGameUserControlHomeControl3";
Database "Controls";
Format {
String Field "szControlTypeUI";
Int Field "nUID" Tab;
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 2;
Restrict Int Field "nTeam" Equals 0;
};
};
DBEBContentProvider "InGameUserControlHomeControl4" {
ControlDropItem "InGameUserControlHomeControl4";
Database "Controls";
Format {
String Field "szControlTypeUI";
Int Field "nUID" Tab;
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 3;
Restrict Int Field "nTeam" Equals 0;
};
};
DBEBContentProvider "InGameUserControlHomeControl5" {
ControlDropItem "InGameUserControlHomeControl5";
Database "Controls";
Format {
String Field "szControlTypeUI";
Int Field "nUID" Tab;
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 4;
Restrict Int Field "nTeam" Equals 0;
};
};
DBEBContentProvider "InGameUserControlAwayControl1" {
ControlDropItem "InGameUserControlAwayControl1";
Database "Controls";
Format {
String Field "szControlTypeUI";
Int Field "nUID" Tab;
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 0;
Restrict Int Field "nTeam" Equals 1;
};
};
DBEBContentProvider "InGameUserControlAwayControl2" {
ControlDropItem "InGameUserControlAwayControl2";
Database "Controls";
Format {
String Field "szControlTypeUI";
Int Field "nUID" Tab;
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 1;
Restrict Int Field "nTeam" Equals 1;
};
};
DBEBContentProvider "InGameUserControlAwayControl3" {
ControlDropItem "InGameUserControlAwayControl3";
Database "Controls";
Format {
String Field "szControlTypeUI";
Int Field "nUID" Tab;
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 2;
Restrict Int Field "nTeam" Equals 1;
};
};
DBEBContentProvider "InGameUserControlAwayControl4" {
ControlDropItem "InGameUserControlAwayControl4";
Database "Controls";
Format {
String Field "szControlTypeUI";
Int Field "nUID" Tab;
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 3;
Restrict Int Field "nTeam" Equals 1;
};
};
DBEBContentProvider "InGameUserControlAwayControl5" {
ControlDropItem "InGameUserControlAwayControl5";
Database "Controls";
Format {
String Field "szControlTypeUI";
Int Field "nUID" Tab;
};
InitialValue {
Restrict Int Field "nPlayerID" Equals 4;
Restrict Int Field "nTeam" Equals 1;
};
};
DBEBContentProvider "InGameUserControlFirstNameHome1" {
EditBox "InGameUserControlFirstNameHome1";
Database "AllStarPlayersHome";
Format {
String Field "szFirst";
};
InitialValue {
Restrict String Field "szStartPos" Equals "PG";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameUserControlLastNameHome1" {
EditBox "InGameUserControlLastNameHome1";
Database "AllStarPlayersHome";
Format {
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "PG";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameUserControlFirstNameHome2" {
EditBox "InGameUserControlFirstNameHome2";
Database "AllStarPlayersHome";
Format {
String Field "szFirst";
};
InitialValue {
Restrict String Field "szStartPos" Equals "SG";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameUserControlLastNameHome2" {
EditBox "InGameUserControlLastNameHome2";
Database "AllStarPlayersHome";
Format {
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "SG";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameUserControlFirstNameHome3" {
EditBox "InGameUserControlFirstNameHome3";
Database "AllStarPlayersHome";
Format {
String Field "szFirst";
};
InitialValue {
Restrict String Field "szStartPos" Equals "SF";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameUserControlLastNameHome3" {
EditBox "InGameUserControlLastNameHome3";
Database "AllStarPlayersHome";
Format {
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "SF";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameUserControlFirstNameHome4" {
EditBox "InGameUserControlFirstNameHome4";
Database "AllStarPlayersHome";
Format {
String Field "szFirst";
};
InitialValue {
Restrict String Field "szStartPos" Equals "PF";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameUserControlLastNameHome4" {
EditBox "InGameUserControlLastNameHome4";
Database "AllStarPlayersHome";
Format {
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "PF";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameUserControlFirstNameHome5" {
EditBox "InGameUserControlFirstNameHome5";
Database "AllStarPlayersHome";
Format {
String Field "szFirst";
};
InitialValue {
Restrict String Field "szStartPos" Equals "C";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameUserControlLastNameHome5" {
EditBox "InGameUserControlLastNameHome5";
Database "AllStarPlayersHome";
Format {
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "C";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
};
};
DBEBContentProvider "InGameUserControlFirstNameAway1" {
EditBox "InGameUserControlFirstNameAway1";
Database "AllStarPlayersAway";
Format {
String Field "szFirst";
};
InitialValue {
Restrict String Field "szStartPos" Equals "PG";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
DBEBContentProvider "InGameUserControlLastNameAway1" {
EditBox "InGameUserControlLastNameAway1";
Database "AllStarPlayersAway";
Format {
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "PG";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
DBEBContentProvider "InGameUserControlFirstNameAway2" {
EditBox "InGameUserControlFirstNameAway2";
Database "AllStarPlayersAway";
Format {
String Field "szFirst";
};
InitialValue {
Restrict String Field "szStartPos" Equals "SG";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
DBEBContentProvider "InGameUserControlLastNameAway2" {
EditBox "InGameUserControlLastNameAway2";
Database "AllStarPlayersAway";
Format {
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "SG";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
DBEBContentProvider "InGameUserControlFirstNameAway3" {
EditBox "InGameUserControlFirstNameAway3";
Database "AllStarPlayersAway";
Format {
String Field "szFirst";
};
InitialValue {
Restrict String Field "szStartPos" Equals "SF";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
DBEBContentProvider "InGameUserControlLastNameAway3" {
EditBox "InGameUserControlLastNameAway3";
Database "AllStarPlayersAway";
Format {
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "SF";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
DBEBContentProvider "InGameUserControlFirstNameAway4" {
EditBox "InGameUserControlFirstNameAway4";
Database "AllStarPlayersAway";
Format {
String Field "szFirst";
};
InitialValue {
Restrict String Field "szStartPos" Equals "PF";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
DBEBContentProvider "InGameUserControlLastNameAway4" {
EditBox "InGameUserControlLastNameAway4";
Database "AllStarPlayersAway";
Format {
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "PF";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
DBEBContentProvider "InGameUserControlFirstNameAway5" {
EditBox "InGameUserControlFirstNameAway5";
Database "AllStarPlayersAway";
Format {
String Field "szFirst";
};
InitialValue {
Restrict String Field "szStartPos" Equals "C";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
DBEBContentProvider "InGameUserControlLastNameAway5" {
EditBox "InGameUserControlLastNameAway5";
Database "AllStarPlayersAway";
Format {
String Field "szLast";
};
InitialValue {
Restrict String Field "szStartPos" Equals "C";
Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
};
};
};
//********************************
// Images
//********************************
Image "InGameUserControlBackDrop" {
Filename "UCBckrnd";
Position [-58, -7];
};
Image "InGameUserControlListBox" {
Filename "Conlist";
};
Image "InGameUserControlCustomizeEnabled" {
Filename "CusButE";
};
Image "InGameUserControlCustomizeFocused" {
Filename "CusButF";
};
Image "InGameUserControlCustomizePushed" {
Filename "CusButP";
};
Image "InGameUserControlJoystick" {
Filename "Joystick";
};
Image "InGameUserControlMouse" {
Filename "Mouse";
};
Image "InGameUserControlKeyboard" {
Filename "Keyboard";
};
Image "InGameUserControlGamePad" {
Filename "Gamepad";
};
//Button images
Image "InGameUserControlJoystickEnabled" {
Filename "Joystick";
Position [8, 0];
};
Image "InGameUserControlJoystickFocused" {
Filename "FocJoy";
Position [8, 0];
};
Image "InGameUserControlMouseEnabled" {
Filename "Mouse";
Position [8, 0];
};
Image "InGameUserControlMouseFocused" {
Filename "FocMous";
Position [8, 0];
};
Image "InGameUserControlKeyboardEnabled" {
Filename "Keyboard";
Position [8, 0];
};
Image "InGameUserControlKeyboardFocused" {
Filename "FocKey";
Position [8, 0];
};
Image "InGameUserControlGamePadEnabled" {
Filename "Gamepad";
Position [8, 0];
};
Image "InGameUserControlGamePadFocused" {
Filename "FocGame";
Position [8, 0];
};
Image "InGameUserControlHomeLogoBox" {
Filename "homebox";
};
Image "InGameUserControlAwayLogoBox" {
Filename "awaybox";
};
Image "InGameUserControlListUpEnabled" {
Filename "Arr_Up";
};
Image "InGameUserControlListUpFocused" {
Filename "Arr_UpF";
};
Image "InGameUserControlListUpPushed" {
Filename "Arr_UpP";
};
Image "InGameUserControlListDownEnabled" {
Filename "Arr_Dwn";
};
Image "InGameUserControlListDownFocused" {
Filename "Arr_DwnF";
};
Image "InGameUserControlListDownPushed" {
Filename "Arr_DwnP";
};
Image "InGameUserControlDragImage" {
Filename "InGameUserControlDragImage";
};
Image "InGameUserControlHomeDrop1" {
Filename "InGameUserControlHomeDrop1";
Position [3, 3];
};
Image "InGameUserControlHomeDropSelect1" {
Filename "InGameUserControlHomeDropSelect1";
Position [3, 3];
};
Image "InGameUserControlHomeDrop2" {
Filename "InGameUserControlHomeDrop2";
Position [3, 3];
};
Image "InGameUserControlHomeDropSelect2" {
Filename "InGameUserControlHomeDropSelect2";
Position [3, 3];
};
Image "InGameUserControlHomeDrop3" {
Filename "InGameUserControlHomeDrop3";
Position [3, 3];
};
Image "InGameUserControlHomeDropSelect3" {
Filename "InGameUserControlHomeDropSelect3";
Position [3, 3];
};
Image "InGameUserControlHomeDrop4" {
Filename "InGameUserControlHomeDrop4";
Position [3, 3];
};
Image "InGameUserControlHomeDropSelect4" {
Filename "InGameUserControlHomeDropSelect4";
Position [3, 3];
};
Image "InGameUserControlHomeDrop5" {
Filename "InGameUserControlHomeDrop5";
Position [3, 3];
};
Image "InGameUserControlHomeDropSelect5" {
Filename "InGameUserControlHomeDropSelect5";
Position [3, 3];
};
Image "InGameUserControlAwayDrop1" {
Filename "InGameUserControlAwayDrop1";
Position [3, 3];
};
Image "InGameUserControlAwayDropSelect1" {
Filename "InGameUserControlAwayDropSelect1";
Position [3, 3];
};
Image "InGameUserControlAwayDrop2" {
Filename "InGameUserControlAwayDrop2";
Position [3, 3];
};
Image "InGameUserControlAwayDropSelect2" {
Filename "InGameUserControlAwayDropSelect2";
Position [3, 3];
};
Image "InGameUserControlAwayDrop3" {
Filename "InGameUserControlAwayDrop3";
Position [3, 3];
};
Image "InGameUserControlAwayDropSelect3" {
Filename "InGameUserControlAwayDropSelect3";
Position [3, 3];
};
Image "InGameUserControlAwayDrop4" {
Filename "InGameUserControlAwayDrop4";
Position [3, 3];
};
Image "InGameUserControlAwayDropSelect4" {
Filename "InGameUserControlAwayDropSelect4";
Position [3, 3];
};
Image "InGameUserControlAwayDrop5" {
Filename "InGameUserControlAwayDrop5";
Position [3, 3];
};
Image "InGameUserControlAwayDropSelect5" {
Filename "InGameUserControlAwayDropSelect5";
Position [3, 3];
};
Image "InGameUserControlCircleWhite" {
Filename "CirWhit";
};
Image "InGameUserControlCircleViolet" {
Filename "CirViole";
};
Image "InGameUserControlCircleYellow" {
Filename "CirYell";
};
Image "InGameUserControlCirclePink" {
Filename "CirPink";
};
Image "InGameUserControlCircleRed" {
Filename "CirRed";
};
Image "InGameUserControlCircleLightBlue" {
Filename "CirLBlue";
};
Image "InGameUserControlCirclePurple" {
Filename "CirPurp";
};
Image "InGameUserControlCircleDarkBlue" {
Filename "CirDBlue";
};
Image "InGameUserControlCircleLime" {
Filename "CirLime";
};
Image "InGameUserControlCircleGreen" {
Filename "CirGree";
};
Image "InGameUserControlCustomizeDisabled" {
Filename "CusButD";
};
//********************************
// Fonts
//********************************
Font "InGameUserControlCustomizeDisabled" {
Filename "DisabFnt";
Translate " abcdefghijklmnopqrstuvwxyz";
Kerning 1;
};
Font "InGameUserControl" {
Filename "UCFont";
Translate " 1234567890QWERTYUIOPASDFGHJKLZXCVBNM";
Kerning 1;
};
Font "InGameUserControlName" {
Filename "NameFnt";
Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
Kerning 0;
};
Font "InGameUserControlCustomizeEnabled" {
Filename "EnabFnt";
Translate " abcdefghijklmnopqrstuvwxyz";
Kerning 1;
};
Font "InGameUserControlCustomizeFocused" {
Filename "FocuFnt";
Translate " abcdefghijklmnopqrstuvwxyz";
Kerning 1;
};
Font "InGameUserControlCustomizePushed" {
Filename "PushFnt";
Translate " abcdefghijklmnopqrstuvwxyz";
Kerning 1;
};
//********************************
// Styles
//********************************
GroupStyle "InGameUserControlStyle" {
Image "InGameUserControlBackDrop";
};
GroupStyle "InGameUserControlListStyle" {
// Image "InGameUserControlListBox";
};
ButtonStyle "InGameUserControlJoystickStyle" {
Enabled Font "InGameUserControl";
Enabled Image "InGameUserControlJoystickEnabled";
Focused Image "InGameUserControlJoystickFocused";
};
ButtonStyle "InGameUserControlMouseStyle" {
Enabled Font "InGameUserControl";
Enabled Image "InGameUserControlMouseEnabled";
Focused Image "InGameUserControlMouseFocused";
};
ButtonStyle "InGameUserControlKeyboardStyle" {
Enabled Font "InGameUserControl";
Enabled Image "InGameUserControlKeyboardEnabled";
Focused Image "InGameUserControlKeyboardFocused";
};
ButtonStyle "InGameUserControlGamePadStyle" {
Enabled Font "InGameUserControl";
Enabled Image "InGameUserControlGamePadEnabled";
Focused Image "InGameUserControlGamePadFocused";
};
ButtonStyle "InGameUserControlCustomizeStyle" {
Enabled Image "InGameUserControlCustomizeEnabled";
Disabled Image "InGameUserControlCustomizeDisabled";
Focused Image "InGameUserControlCustomizeFocused";
Pushed Image "InGameUserControlCustomizePushed";
Enabled Font "InGameUserControlCustomizeEnabled";
Disabled Font "InGameUserControlCustomizeDisabled";
Focused Font "InGameUserControlCustomizeFocused";
Pushed Font "InGameUserControlCustomizePushed";
};
DBButton "InGameUserControlAutoManualRoleHome1" {
ButtonStyle "InGameUserControlCustomizeStyle";
Position [380, 64];
String "" {
Justify CenterCenter;
Position [45, 10];
};
Clicked Action CycleAutoManualRolePlay "0";
};
DBButton "InGameUserControlAutoManualRoleHome2" {
ButtonStyle "InGameUserControlCustomizeStyle";
Position [380, 144];
String "" {
Justify CenterCenter;
Position [45, 10];
};
Clicked Action CycleAutoManualRolePlay "1";
};
DBButton "InGameUserControlAutoManualRoleHome3" {
ButtonStyle "InGameUserControlCustomizeStyle";
Position [380, 224];
String "" {
Justify CenterCenter;
Position [45, 10];
};
Clicked Action CycleAutoManualRolePlay "2";
};
DBButton "InGameUserControlAutoManualRoleHome4" {
ButtonStyle "InGameUserControlCustomizeStyle";
Position [380, 304];
String "" {
Justify CenterCenter;
Position [45, 10];
};
Clicked Action CycleAutoManualRolePlay "3";
};
DBButton "InGameUserControlAutoManualRoleHome5" {
ButtonStyle "InGameUserControlCustomizeStyle";
Position [380, 384];
String "" {
Justify CenterCenter;
Position [45, 10];
};
Clicked Action CycleAutoManualRolePlay "4";
};
DBButton "InGameUserControlAutoManualRoleAway1" {
ButtonStyle "InGameUserControlCustomizeStyle";
Position [55, 64];
String "" {
Justify CenterCenter;
Position [45, 10];
};
Clicked Action CycleAutoManualRolePlay "0";
};
DBButton "InGameUserControlAutoManualRoleAway2" {
ButtonStyle "InGameUserControlCustomizeStyle";
Position [55, 144];
String "" {
Justify CenterCenter;
Position [45, 10];
};
Clicked Action CycleAutoManualRolePlay "1";
};
DBButton "InGameUserControlAutoManualRoleAway3" {
ButtonStyle "InGameUserControlCustomizeStyle";
Position [55, 224];
String "" {
Justify CenterCenter;
Position [45, 10];
};
Clicked Action CycleAutoManualRolePlay "2";
};
DBButton "InGameUserControlAutoManualRoleAway4" {
ButtonStyle "InGameUserControlCustomizeStyle";
Position [55, 304];
String "" {
Justify CenterCenter;
Position [45, 10];
};
Clicked Action CycleAutoManualRolePlay "3";
};
DBButton "InGameUserControlAutoManualRoleAway5" {
ButtonStyle "InGameUserControlCustomizeStyle";
Position [55, 384];
String "" {
Justify CenterCenter;
Position [45, 10];
};
Clicked Action CycleAutoManualRolePlay "4";
};
ButtonStyle "InGameUserControlListUp" {
Enabled Image "InGameUserControlListUpEnabled";
Focused Image "InGameUserControlListUpFocused";
Pushed Image "InGameUserControlListUpPushed";
};
ButtonStyle "InGameUserControlListDown" {
Enabled Image "InGameUserControlListDownEnabled";
Focused Image "InGameUserControlListDownFocused";
Pushed Image "InGameUserControlListDownPushed";
};
DragStyle "InGameUserControlDragStyle" {
Drag Image "InGameUserControlDragImage";
Font "InGameUserControl";
};
Style "InGameUserControlHomeDrop1Style" {
Image "InGameUserControlHomeDrop1";
Image "InGameUserControlHomeDropSelect1";
Image "InGameUserControlCircleWhite";
Image "InGameUserControlCircleYellow";
Image "InGameUserControlCirclePurple";
Image "InGameUserControlCircleRed";
Image "InGameUserControlCircleLightBlue";
Image "InGameUserControlCircleGreen";
Image "InGameUserControlCircleDarkBlue";
Image "InGameUserControlCircleLime";
Image "InGameUserControlCircleViolet";
Image "InGameUserControlCirclePink";
Font "InGameUserControl";
};
Style "InGameUserControlHomeDrop2Style" {
Image "InGameUserControlHomeDrop2";
Image "InGameUserControlHomeDropSelect2";
Image "InGameUserControlCircleWhite";
Image "InGameUserControlCircleYellow";
Image "InGameUserControlCirclePurple";
Image "InGameUserControlCircleRed";
Image "InGameUserControlCircleLightBlue";
Image "InGameUserControlCircleGreen";
Image "InGameUserControlCircleDarkBlue";
Image "InGameUserControlCircleLime";
Image "InGameUserControlCircleViolet";
Image "InGameUserControlCirclePink";
Font "InGameUserControl";
};
Style "InGameUserControlHomeDrop3Style" {
Image "InGameUserControlHomeDrop3";
Image "InGameUserControlHomeDropSelect3";
Image "InGameUserControlCircleWhite";
Image "InGameUserControlCircleYellow";
Image "InGameUserControlCirclePurple";
Image "InGameUserControlCircleRed";
Image "InGameUserControlCircleLightBlue";
Image "InGameUserControlCircleGreen";
Image "InGameUserControlCircleDarkBlue";
Image "InGameUserControlCircleLime";
Image "InGameUserControlCircleViolet";
Image "InGameUserControlCirclePink";
Font "InGameUserControl";
};
Style "InGameUserControlHomeDrop4Style" {
Image "InGameUserControlHomeDrop4";
Image "InGameUserControlHomeDropSelect4";
Image "InGameUserControlCircleWhite";
Image "InGameUserControlCircleYellow";
Image "InGameUserControlCirclePurple";
Image "InGameUserControlCircleRed";
Image "InGameUserControlCircleLightBlue";
Image "InGameUserControlCircleGreen";
Image "InGameUserControlCircleDarkBlue";
Image "InGameUserControlCircleLime";
Image "InGameUserControlCircleViolet";
Image "InGameUserControlCirclePink";
Font "InGameUserControl";
};
Style "InGameUserControlHomeDrop5Style" {
Image "InGameUserControlHomeDrop5";
Image "InGameUserControlHomeDropSelect5";
Image "InGameUserControlCircleWhite";
Image "InGameUserControlCircleYellow";
Image "InGameUserControlCirclePurple";
Image "InGameUserControlCircleRed";
Image "InGameUserControlCircleLightBlue";
Image "InGameUserControlCircleGreen";
Image "InGameUserControlCircleDarkBlue";
Image "InGameUserControlCircleLime";
Image "InGameUserControlCircleViolet";
Image "InGameUserControlCirclePink";
Font "InGameUserControl";
};
Style "InGameUserControlAwayDrop1Style" {
Image "InGameUserControlAwayDrop1";
Image "InGameUserControlAwayDropSelect1";
Image "InGameUserControlCircleWhite";
Image "InGameUserControlCircleYellow";
Image "InGameUserControlCirclePurple";
Image "InGameUserControlCircleRed";
Image "InGameUserControlCircleLightBlue";
Image "InGameUserControlCircleGreen";
Image "InGameUserControlCircleDarkBlue";
Image "InGameUserControlCircleLime";
Image "InGameUserControlCircleViolet";
Image "InGameUserControlCirclePink";
Font "InGameUserControl";
};
Style "InGameUserControlAwayDrop2Style" {
Image "InGameUserControlAwayDrop2";
Image "InGameUserControlAwayDropSelect2";
Image "InGameUserControlCircleWhite";
Image "InGameUserControlCircleYellow";
Image "InGameUserControlCirclePurple";
Image "InGameUserControlCircleRed";
Image "InGameUserControlCircleLightBlue";
Image "InGameUserControlCircleGreen";
Image "InGameUserControlCircleDarkBlue";
Image "InGameUserControlCircleLime";
Image "InGameUserControlCircleViolet";
Image "InGameUserControlCirclePink";
Font "InGameUserControl";
};
Style "InGameUserControlAwayDrop3Style" {
Image "InGameUserControlAwayDrop3";
Image "InGameUserControlAwayDropSelect3";
Image "InGameUserControlCircleWhite";
Image "InGameUserControlCircleYellow";
Image "InGameUserControlCirclePurple";
Image "InGameUserControlCircleRed";
Image "InGameUserControlCircleLightBlue";
Image "InGameUserControlCircleGreen";
Image "InGameUserControlCircleDarkBlue";
Image "InGameUserControlCircleLime";
Image "InGameUserControlCircleViolet";
Image "InGameUserControlCirclePink";
Font "InGameUserControl";
};
Style "InGameUserControlAwayDrop4Style" {
Image "InGameUserControlAwayDrop4";
Image "InGameUserControlAwayDropSelect4";
Image "InGameUserControlCircleWhite";
Image "InGameUserControlCircleYellow";
Image "InGameUserControlCirclePurple";
Image "InGameUserControlCircleRed";
Image "InGameUserControlCircleLightBlue";
Image "InGameUserControlCircleGreen";
Image "InGameUserControlCircleDarkBlue";
Image "InGameUserControlCircleLime";
Image "InGameUserControlCircleViolet";
Image "InGameUserControlCirclePink";
Font "InGameUserControl";
};
Style "InGameUserControlAwayDrop5Style" {
Image "InGameUserControlAwayDrop5";
Image "InGameUserControlAwayDropSelect5";
Image "InGameUserControlCircleWhite";
Image "InGameUserControlCircleYellow";
Image "InGameUserControlCirclePurple";
Image "InGameUserControlCircleRed";
Image "InGameUserControlCircleLightBlue";
Image "InGameUserControlCircleGreen";
Image "InGameUserControlCircleDarkBlue";
Image "InGameUserControlCircleLime";
Image "InGameUserControlCircleViolet";
Image "InGameUserControlCirclePink";
Font "InGameUserControl";
};
Style "InGameUserControlHomeLogo" {
Image "InGameUserControlHomeLogoBox";
};
Style "InGameUserControlAwayLogo" {
Image "InGameUserControlAwayLogoBox";
};
Style "InGameUserControlName" {
Font "InGameUserControlName";
};
//********************************
// Drop Items
//********************************
ControlDropItem "InGameUserControlHomeControl1" {
Style "InGameUserControlHomeDrop1Style";
Rect [306, 9, 225, 80];
Position [308, 13];
CanResetImage;
Selectable;
Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
Pushed Action SetField "nPlayerID" -1;
Pushed Action SetField "nTeam" -1;
Pushed Action {UpdateContent;};
Pushed Action {SetData "InGameCustomizeButton" Disabled;};
Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
};
ControlDropItem "InGameUserControlHomeControl2" {
Style "InGameUserControlHomeDrop2Style";
Rect [306, 89, 225, 80];
Position [308, 93];
CanResetImage;
Selectable;
Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
Pushed Action SetField "nPlayerID" -1;
Pushed Action SetField "nTeam" -1;
Pushed Action {UpdateContent;};
Pushed Action {SetData "InGameCustomizeButton" Disabled;};
Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
};
ControlDropItem "InGameUserControlHomeControl3" {
Style "InGameUserControlHomeDrop3Style";
Rect [306, 169, 225, 80];
Position [308, 173];
CanResetImage;
Selectable;
Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
Pushed Action SetField "nPlayerID" -1;
Pushed Action SetField "nTeam" -1;
Pushed Action {UpdateContent;};
Pushed Action {SetData "InGameCustomizeButton" Disabled;};
Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
};
ControlDropItem "InGameUserControlHomeControl4" {
Style "InGameUserControlHomeDrop4Style";
Rect [306, 249, 225, 80];
Position [308, 253];
CanResetImage;
Selectable;
Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
Pushed Action SetField "nPlayerID" -1;
Pushed Action SetField "nTeam" -1;
Pushed Action {UpdateContent;};
Pushed Action {SetData "InGameCustomizeButton" Disabled;};
Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
};
ControlDropItem "InGameUserControlHomeControl5" {
Style "InGameUserControlHomeDrop5Style";
Rect [306, 329, 225, 80];
Position [308, 333];
CanResetImage;
Selectable;
Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
Pushed Action SetField "nPlayerID" -1;
Pushed Action SetField "nTeam" -1;
Pushed Action {UpdateContent;};
Pushed Action {SetData "InGameCustomizeButton" Disabled;};
Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
};
ControlDropItem "InGameUserControlAwayControl1" {
Style "InGameUserControlAwayDrop1Style";
Rect [2, 9, 225, 80];
Position [160, 13];
CanResetImage;
Selectable;
Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
Pushed Action SetField "nPlayerID" -1;
Pushed Action SetField "nTeam" -1;
Pushed Action {UpdateContent;};
Pushed Action {SetData "InGameCustomizeButton" Disabled;};
Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
};
ControlDropItem "InGameUserControlAwayControl2" {
Style "InGameUserControlAwayDrop2Style";
Rect [2, 89, 225, 80];
Position [160, 93];
CanResetImage;
Selectable;
Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
Pushed Action SetField "nPlayerID" -1;
Pushed Action SetField "nTeam" -1;
Pushed Action {UpdateContent;};
Pushed Action {SetData "InGameCustomizeButton" Disabled;};
Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
};
ControlDropItem "InGameUserControlAwayControl3" {
Style "InGameUserControlAwayDrop3Style";
Rect [2, 169, 225, 80];
Position [160, 173];
CanResetImage;
Selectable;
Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
Pushed Action SetField "nPlayerID" -1;
Pushed Action SetField "nTeam" -1;
Pushed Action {UpdateContent;};
Pushed Action {SetData "InGameCustomizeButton" Disabled;};
Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
};
ControlDropItem "InGameUserControlAwayControl4" {
Style "InGameUserControlAwayDrop4Style";
Rect [2, 249, 225, 80];
Position [160, 253];
CanResetImage;
Selectable;
Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
Pushed Action SetField "nPlayerID" -1;
Pushed Action SetField "nTeam" -1;
Pushed Action {UpdateContent;};
Pushed Action {SetData "InGameCustomizeButton" Disabled;};
Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
};
ControlDropItem "InGameUserControlAwayControl5" {
Style "InGameUserControlAwayDrop5Style";
Rect [2, 329, 225, 80];
Position [160, 333];
CanResetImage;
Selectable;
Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
Pushed Action SetField "nPlayerID" -1;
Pushed Action SetField "nTeam" -1;
Pushed Action {UpdateContent;};
Pushed Action {SetData "InGameCustomizeButton" Disabled;};
Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
};
//********************************
// Drag Items
//********************************
DragItem "InGameUserControlControlDrag" {
DragStyle "InGameUserControlDragStyle";
HotSpot [29, 29];
ControlDropItem "InGameUserControlHomeControl1";
ControlDropItem "InGameUserControlHomeControl2";
ControlDropItem "InGameUserControlHomeControl3";
ControlDropItem "InGameUserControlHomeControl4";
ControlDropItem "InGameUserControlHomeControl5";
ControlDropItem "InGameUserControlAwayControl1";
ControlDropItem "InGameUserControlAwayControl2";
ControlDropItem "InGameUserControlAwayControl3";
ControlDropItem "InGameUserControlAwayControl4";
ControlDropItem "InGameUserControlAwayControl5";
String " " {
Justify TopCenter;
};
CanResetImage;
Drop Action SwapFieldsDrop "nPlayerID";
Drop Action SwapFieldsDrop "nTeam";
Drop Action {SetData "InGameCustomizeButton" Enabled;};
};
//********************************
// Buttons
//********************************
DBButton "InGameUserControlGamePad" {
ButtonStyle "InGameUserControlGamePadStyle";
Selectable;
String "" {
Justify CenterCenter;
Position [36, 60];
};
Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
Pushed Action {SetData "InGameCustomizeButton" Disabled;};
};
DBButton "InGameUserControlKeyboard" {
ButtonStyle "InGameUserControlKeyboardStyle";
Selectable;
String "" {
Justify CenterCenter;
Position [36, 60];
};
Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
Pushed Action {SetData "InGameCustomizeButton" Disabled;};
};
DBButton "InGameUserControlMouse" {
ButtonStyle "InGameUserControlMouseStyle";
Selectable;
String "" {
Justify CenterCenter;
Position [36, 60];
};
Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
Pushed Action {SetData "InGameCustomizeButton" Disabled;};
};
DBButton "InGameUserControlJoystick" {
ButtonStyle "InGameUserControlJoystickStyle";
Selectable;
String "" {
Justify CenterCenter;
Position [36, 60];
};
Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
Pushed Action {SetData "InGameCustomizeButton" Disabled;};
};
Button "InGameUserControlListUp" {
ButtonStyle "InGameUserControlListUp";
Position [26, 2];
};
Button "InGameUserControlListDown" {
ButtonStyle "InGameUserControlListDown";
Position [26, 336];
};
Button "InGameUserControlCustomize" {
ButtonStyle "InGameUserControlCustomizeStyle";
Position [216, 389];
String "customize" {
Justify CenterCenter;
Position [45, 10];
};
Clicked Action {
Popup Group "InGameUserControlCustomizeParent";
};
};
//***********************************
// Edit Boxes
//***********************************
EditBox "InGameUserControlFirstNameAway1" {
Style "InGameUserControlName";
Position [4, 34];
Size [116, 14];
String "" {
Justify TopRight;
Position [116, 0];
};
};
EditBox "InGameUserControlLastNameAway1" {
Style "InGameUserControlName";
Position [4, 48];
Size [153, 14];
String "" {
Justify TopRight;
Position [153, 0];
};
};
EditBox "InGameUserControlFirstNameAway2" {
Style "InGameUserControlName";
Position [4, 114];
Size [116, 14];
String "Haraguemy" {
Justify TopRight;
Position [116, 0];
};
};
EditBox "InGameUserControlLastNameAway2" {
Style "InGameUserControlName";
Position [4, 128];
Size [153, 14];
String "Jestaltpheral" {
Justify TopRight;
Position [153, 0];
};
};
EditBox "InGameUserControlFirstNameAway3" {
Style "InGameUserControlName";
Position [4, 194];
Size [116, 14];
String "Haraguemy" {
Justify TopRight;
Position [116, 0];
};
};
EditBox "InGameUserControlLastNameAway3" {
Style "InGameUserControlName";
Position [4, 208];
Size [153, 14];
String "Jestaltpheral" {
Justify TopRight;
Position [153, 0];
};
};
EditBox "InGameUserControlFirstNameAway4" {
Style "InGameUserControlName";
Position [4, 274];
Size [116, 14];
String "Haraguemy" {
Justify TopRight;
Position [116, 0];
};
};
EditBox "InGameUserControlLastNameAway4" {
Style "InGameUserControlName";
Position [4, 288];
Size [153, 14];
String "Jestaltpheral" {
Justify TopRight;
Position [153, 0];
};
};
EditBox "InGameUserControlFirstNameAway5" {
Style "InGameUserControlName";
Position [4, 354];
Size [116, 14];
String "Haraguemy" {
Justify TopRight;
Position [116, 0];
};
};
EditBox "InGameUserControlLastNameAway5" {
Style "InGameUserControlName";
Position [4, 368];
Size [153, 14];
String "Jestaltpheral" {
Justify TopRight;
Position [153, 0];
};
};
EditBox "InGameUserControlFirstNameHome1" {
Style "InGameUserControlName";
Position [404, 34];
Size [116, 14];
String "Haraguemy" {
Justify TopLeft;
Position [0, 0];
};
};
EditBox "InGameUserControlLastNameHome1" {
Style "InGameUserControlName";
Position [366, 48];
Size [153, 14];
String "Jestaltpheral" {
Justify TopLeft;
Position [0, 0];
};
};
EditBox "InGameUserControlFirstNameHome2" {
Style "InGameUserControlName";
Position [404, 114];
Size [116, 14];
String "Haraguemy" {
Justify TopLeft;
Position [0, 0];
};
};
EditBox "InGameUserControlLastNameHome2" {
Style "InGameUserControlName";
Position [366, 128];
Size [153, 14];
String "Jestaltpheral" {
Justify TopLeft;
Position [0, 0];
};
};
EditBox "InGameUserControlFirstNameHome3" {
Style "InGameUserControlName";
Position [404, 194];
Size [116, 14];
String "Haraguemy" {
Justify TopLeft;
Position [0, 0];
};
};
EditBox "InGameUserControlLastNameHome3" {
Style "InGameUserControlName";
Position [366, 208];
Size [153, 14];
String "Jestaltpheral" {
Justify TopLeft;
Position [0, 0];
};
};
EditBox "InGameUserControlFirstNameHome4" {
Style "InGameUserControlName";
Position [404, 274];
Size [116, 14];
String "Haraguemy" {
Justify TopLeft;
Position [0, 0];
};
};
EditBox "InGameUserControlLastNameHome4" {
Style "InGameUserControlName";
Position [366, 288];
Size [153, 14];
String "Jestaltpheral" {
Justify TopLeft;
Position [0, 0];
};
};
EditBox "InGameUserControlFirstNameHome5" {
Style "InGameUserControlName";
Position [404, 354];
Size [116, 14];
String "Haraguemy" {
Justify TopLeft;
Position [0, 0];
};
};
EditBox "InGameUserControlLastNameHome5" {
Style "InGameUserControlName";
Position [366, 368];
Size [153, 14];
String "Jestaltpheral" {
Justify TopLeft;
Position [0, 0];
};
};
//********************************
// List Boxes
//********************************
UserControlSEListBox "InGameUserControl" {
Position [0, 25];
Size [67, 300];
Kerning 25;
Template "Joystick" {
DBButton "InGameUserControlJoystick";
};
Template "Gamepad" {
DBButton "InGameUserControlGamePad";
};
Template "Keyboard" {
DBButton "InGameUserControlKeyboard";
};
Template "Mouse" {
DBButton "InGameUserControlMouse";
};
};
//********************************
// Groups
//********************************
Group "InGameUserControl" {
Root;
// Position [-70, -55];
CenterCenter Position [-395, -295];
Children {
Group "InGameUserControlBack";
Group "InGameUserControlHomeTeamLogoBox";
Group "InGameUserControlAwayTeamLogoBox";
};
Activate Action {SetCurrOverviewHelp "InGameUserControl";};
};
Group "InGameUserControlBack" {
Position [131, 95];
GroupStyle "InGameUserControlStyle";
Children {
ControlDropItem "InGameUserControlHomeControl1";
EditBox "InGameUserControlFirstNameHome1";
EditBox "InGameUserControlLastNameHome1";
DBButton "InGameUserControlAutoManualRoleHome1";
ControlDropItem "InGameUserControlHomeControl2";
EditBox "InGameUserControlFirstNameHome2";
EditBox "InGameUserControlLastNameHome2";
DBButton "InGameUserControlAutoManualRoleHome2";
ControlDropItem "InGameUserControlHomeControl3";
EditBox "InGameUserControlFirstNameHome3";
EditBox "InGameUserControlLastNameHome3";
DBButton "InGameUserControlAutoManualRoleHome3";
ControlDropItem "InGameUserControlHomeControl4";
EditBox "InGameUserControlFirstNameHome4";
EditBox "InGameUserControlLastNameHome4";
DBButton "InGameUserControlAutoManualRoleHome4";
ControlDropItem "InGameUserControlHomeControl5";
EditBox "InGameUserControlFirstNameHome5";
EditBox "InGameUserControlLastNameHome5";
DBButton "InGameUserControlAutoManualRoleHome5";
ControlDropItem "InGameUserControlAwayControl1";
EditBox "InGameUserControlFirstNameAway1";
EditBox "InGameUserControlLastNameAway1";
DBButton "InGameUserControlAutoManualRoleAway1";
ControlDropItem "InGameUserControlAwayControl2";
EditBox "InGameUserControlFirstNameAway2";
EditBox "InGameUserControlLastNameAway2";
DBButton "InGameUserControlAutoManualRoleAway2";
ControlDropItem "InGameUserControlAwayControl3";
EditBox "InGameUserControlFirstNameAway3";
EditBox "InGameUserControlLastNameAway3";
DBButton "InGameUserControlAutoManualRoleAway3";
ControlDropItem "InGameUserControlAwayControl4";
EditBox "InGameUserControlFirstNameAway4";
EditBox "InGameUserControlLastNameAway4";
DBButton "InGameUserControlAutoManualRoleAway4";
ControlDropItem "InGameUserControlAwayControl5";
EditBox "InGameUserControlFirstNameAway5";
EditBox "InGameUserControlLastNameAway5";
DBButton "InGameUserControlAutoManualRoleAway5";
ListBoxGroup "InGameUserControlList";
Button "InGameUserControlCustomize";
};
};
ListBoxGroup "InGameUserControlList" {
Position [228, 35];
GroupStyle "InGameUserControlListStyle";
Children {
UserControlSEListBox "InGameUserControl";
ScrollBarGroup "InGameUserControlList" {
Children {
Button "InGameUserControlListUp";
Button "InGameUserControlListDown";
};
};
};
};
Group "InGameUserControlAwayTeamLogoBox" {
Position [72, 83];
// Style "InGameUserControlAwayLogo";
Children {
Group "InGameUserControlAwayTeamLogo";
};
};
Group "InGameUserControlHomeTeamLogo" {
Position [5, 30];
Children {
Include "UIScript\HomeLogo";
};
};
Group "InGameUserControlHomeTeamLogoBox" {
Position [607, 83];
// Style "InGameUserControlHomeLogo";
Children {
Group "InGameUserControlHomeTeamLogo";
};
};
Group "InGameUserControlAwayTeamLogo" {
Position [8, 30];
Children {
Include "UIScript\VisLogo";
};
};
Group "InGameUserControlCustomizeParent" {
Children {
Include "UIScript\InGame\Custom";
};
};